Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView
authorOwen Taylor <otaylor@redhat.com>
Mon, 1 Mar 2004 16:07:45 +0000 (16:07 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 1 Mar 2004 16:07:45 +0000 (16:07 +0000)
commit8130a8a227f891d0d3aab433c7b19ccaf51e5fa7
tree48c76c69ac87b41ab48ff08a64b970a40f90d44f
parentf0d22047c3126ab2c420dc084b4caaa82a0bd324
Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView

Mon Mar  1 10:41:27 2004  Owen Taylor  <otaylor@redhat.com>

        Patch from Dov Grobgeld to implement auto-bidi-direction
        for GtkTextView (#118543)

        * gtk/gtktextbtree.[ch]: Resolve bidi base direction
        for each line by propagating backwards/forwards as
        necessary.

        * gtk/gtktextlayout.[ch] gtk/gtktextview.c: Set the
        bidi base direction for the ;ine with the cursor from
        the keyboard direction. Add gtk_text_layout_set_keyboard_direction().

Mon Mar  1 10:31:11 2004  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkentry.[ch]: Implement auto-bidi-direction,
        based on a patch from Dov Grobgeld. (#118540)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentry.h
gtk/gtktextbtree.c
gtk/gtktextbtree.h
gtk/gtktextlayout.c
gtk/gtktextlayout.h
gtk/gtktextview.c